home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 114
/
Vol 114.iso
/
games
/
ophel001.swf
/
scripts
/
frame_1103
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2010-08-12
|
234 b
|
14 lines
set("/Variables:PositionPerso","Vitrail");
if(eval("/Variables:LunetteMise") == true)
{
tellTarget(_root.SFX)
{
gotoAndStop("Vitrail");
play();
}
tellTarget(Vitrail)
{
nextFrame();
}
}